Moves to the next record in the Recordset and sets that record to the current record. A Visual Basic error occurs if the current record before calling this method is the last record. Use EOF to determine if the current record is the last record in the recordset.
If Not myCRDataSource.CRDataSource_EOF Then
myCRDataSource.CRDataSource_MoveNext
End If
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |